home *** CD-ROM | disk | FTP | other *** search
/ A.C.E. 2 / ACE CD 2.iso / FILES / UTILS / HSBASIC2.DMS / in.adf / HB2Examples2.0.Lha / Examples / TestRVI / TestRVI.rexx < prev    next >
Encoding:
OS/2 REXX Batch file  |  1994-05-09  |  189 b   |  9 lines

  1. /* Simple REXX test program for VarTest */
  2. /* Make sure VarTest is running first... */
  3.  
  4. a.1 = "Just a test"
  5. address 'MYPORT' hello
  6. say 'After command status=' status
  7.  
  8. address 'MYPORT' quit
  9.